.kj-menu-pc {
	width: 100%;
	height: 50px;
	background: #8f0100;
}

.kj-menu-pc .kj-nav-pc {
	height: 50px;
	margin: 0 auto;
}

.kj-menu-pc .kj-nav-pc li {
	float: left;
	list-style: none;
}

.kj-menu-pc .kj-nav-pc > li > a {
	display: block;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.kj-menu-pc .kj-nav-pc li a:hover,.kj-menu-pc .kj-nav-pc > li > a.current {
	background: url(../images/xiala.png) no-repeat center bottom;
	color: #fff;
}

.cur {
	background: none !important;
}

.kj-menu-pc .kj-nav-pc li .kj-box {
	width: 100%;
	position: absolute;
	top: 144px;
	left: 0;
	background: #d9d9d9;
	display: none;
	z-index: 1000;
}

.kj-menu-pc .kj-nav-pc li .kj-box a {
	display: block;
	color: #000;
	border: none;
	background: none;
}

.kj-menu-pc .kj-nav-pc li .kj-box a:hover {
	text-decoration: none;
	color: #8f0100;
}

.kj-nav-text {
	border-bottom: 1px dotted #000;
	height: 98px;
}

.kj-nav-text:last-child {
	border-bottom: none;
}

.kj-nav-text:nth-last-child(2) {
	border-bottom: none;
}

.kj-nav-text h3 {
	font-family: 微软雅黑 !important;
	font-weight: 600;
	font-size: 16px;
}

.kj-nav-text p {
	color: #645d5d;
}

.kj-nav-img {
	margin: 30px 0 10px 0;
}

.kj-nav-img a > img {
	border: 5px solid #ffffff;
	margin-bottom: 10px;
}

.kj-nav-img a {
	text-align: center;
	display: block;
	color: #000;
	font-size: 17px;
	font-family: 微软雅黑 !important;
	font-weight: 500;
	width: 100%;
}

.kj-nav-img a:hover {
	text-decoration: none;
}